home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / quicktime vr / vrscript / common files / macprefix.h < prev    next >
Encoding:
Text File  |  2000-06-23  |  394 b   |  18 lines

  1. // MWPrefix.h
  2. // prefix file for our Mac projects
  3.  
  4. #ifndef __Prefix_File__
  5. #define __Prefix_File__
  6.  
  7. #include <ConditionalMacros.h>
  8.  
  9. // definitions for the project
  10. #define DEBUG                            0
  11. #define ONLY_ENCODED_SCRIPTS            0
  12. #define QD3D_NO_DIRECTDRAW                0
  13.  
  14. #define QD3D_AVAIL                        !TARGET_CPU_68K
  15. #define SOUNDSPROCKET_AVAIL                TARGET_CPU_PPC
  16. #define PASCAL_RTN                        pascal
  17.  
  18. #endif    // __Prefix_File__